[INFO] cloning repository https://github.com/YishiMichael/geometric-alg-codegen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YishiMichael/geometric-alg-codegen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYishiMichael%2Fgeometric-alg-codegen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYishiMichael%2Fgeometric-alg-codegen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41946c5ad8d7f1860c3cb37d04f99be03715758a
[INFO] fixing YishiMichael/geometric-alg-codegen against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYishiMichael%2Fgeometric-alg-codegen" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YishiMichael/geometric-alg-codegen
[INFO] finished tweaking git repo https://github.com/YishiMichael/geometric-alg-codegen
[INFO] tweaked toml for git repo https://github.com/YishiMichael/geometric-alg-codegen written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YishiMichael/geometric-alg-codegen on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YishiMichael/geometric-alg-codegen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap-stdin v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b
[INFO] running `Command { std: "docker" "start" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking geometric-alg v0.1.0 (/opt/rustwide/workdir/geometric-alg)
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stdout] error[E0583]: file not found for module `epga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod epga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga1d`, create file "geometric-alg/src/rust/epga1d.rs" or "geometric-alg/src/rust/epga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `epga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod epga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga2d`, create file "geometric-alg/src/rust/epga2d.rs" or "geometric-alg/src/rust/epga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `epga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod epga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga3d`, create file "geometric-alg/src/rust/epga3d.rs" or "geometric-alg/src/rust/epga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod hpga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga1d`, create file "geometric-alg/src/rust/hpga1d.rs" or "geometric-alg/src/rust/hpga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod hpga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga2d`, create file "geometric-alg/src/rust/hpga2d.rs" or "geometric-alg/src/rust/hpga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod hpga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga3d`, create file "geometric-alg/src/rust/hpga3d.rs" or "geometric-alg/src/rust/hpga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod ppga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga1d`, create file "geometric-alg/src/rust/ppga1d.rs" or "geometric-alg/src/rust/ppga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod ppga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga2d`, create file "geometric-alg/src/rust/ppga2d.rs" or "geometric-alg/src/rust/ppga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod ppga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga3d`, create file "geometric-alg/src/rust/ppga3d.rs" or "geometric-alg/src/rust/ppga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `epga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod epga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga1d`, create file "geometric-alg/src/rust/epga1d.rs" or "geometric-alg/src/rust/epga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `epga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod epga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga2d`, create file "geometric-alg/src/rust/epga2d.rs" or "geometric-alg/src/rust/epga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `epga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod epga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `epga3d`, create file "geometric-alg/src/rust/epga3d.rs" or "geometric-alg/src/rust/epga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod epga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod hpga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga1d`, create file "geometric-alg/src/rust/hpga1d.rs" or "geometric-alg/src/rust/hpga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod hpga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga2d`, create file "geometric-alg/src/rust/hpga2d.rs" or "geometric-alg/src/rust/hpga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `hpga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod hpga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `hpga3d`, create file "geometric-alg/src/rust/hpga3d.rs" or "geometric-alg/src/rust/hpga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod hpga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga1d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod ppga1d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga1d`, create file "geometric-alg/src/rust/ppga1d.rs" or "geometric-alg/src/rust/ppga1d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga1d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga2d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod ppga2d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga2d`, create file "geometric-alg/src/rust/ppga2d.rs" or "geometric-alg/src/rust/ppga2d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga2d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppga3d`
[INFO] [stdout]  --> geometric-alg/src/rust.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod ppga3d;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `ppga3d`, create file "geometric-alg/src/rust/ppga3d.rs" or "geometric-alg/src/rust/ppga3d/mod.rs"
[INFO] [stdout]   = note: if there is a `mod ppga3d` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `geometric-alg` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `geometric-alg` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b", kill_on_drop: false }`
[INFO] [stdout] eebda77cb13de44aea6ea37c1fdba64b3402a75caecc56aea1ef3ef2d9ddc97b
